Buffer.setLanguage

Associates a [class@Language] with the buffer.

Note that a [class@Language] affects not only the syntax highlighting, but also the context classes. If you want to disable just the syntax highlighting, see [method@Buffer.set_highlight_syntax].

The buffer holds a reference to @language.

class Buffer
void
setLanguage

Parameters

language Language

a #GtkSourceLanguage to set, or %NULL.

Meta